<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media screen and (max-width: 767px){

}

@media screen and (max-width: 1199px) and (min-width: 768px){

}
@media screen and (min-width: 1200px){
    .container &gt; .navbar-header{
        width: 300px;
    }
}</pre></body></html>